home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Music Organizer Deluxe 1.9 / _SETUP.1 / Deluxe.exe / 0 / RCDATA / TDELETEDLG1 / TDELETEDLG1.txt
Text File  |  2002-05-01  |  2KB  |  89 lines

  1. object DeleteDlg1: TDeleteDlg1
  2.   Left = 229
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm Action'
  7.   ClientHeight = 164
  8.   ClientWidth = 351
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 337
  21.     Height = 105
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 19
  27.     Top = 24
  28.     Width = 318
  29.     Height = 33
  30.     AutoSize = False
  31.     Caption = 'If you want to Delete the selected Record please'
  32.     WordWrap = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 24
  36.     Top = 61
  37.     Width = 77
  38.     Height = 13
  39.     Caption = 'type in '#39'YES'#39':'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 22
  43.     Top = 90
  44.     Width = 274
  45.     Height = 13
  46.     Caption = 'WARNING! Record Deletion cannot be Undone!'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clYellow
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = [fsBold]
  52.     ParentFont = False
  53.   end
  54.   object OKBtn: TBitBtn
  55.     Left = 97
  56.     Top = 124
  57.     Width = 77
  58.     Height = 27
  59.     Caption = '&OK'
  60.     TabOrder = 0
  61.     OnClick = OKBtnClick
  62.     Kind = bkOK
  63.     Margin = 2
  64.     Spacing = -1
  65.     IsControl = True
  66.   end
  67.   object CancelBtn: TBitBtn
  68.     Left = 181
  69.     Top = 124
  70.     Width = 77
  71.     Height = 27
  72.     Caption = '&Cancel'
  73.     TabOrder = 1
  74.     Kind = bkCancel
  75.     Margin = 2
  76.     Spacing = -1
  77.     IsControl = True
  78.   end
  79.   object Edit1: TEdit
  80.     Left = 106
  81.     Top = 59
  82.     Width = 39
  83.     Height = 21
  84.     CharCase = ecUpperCase
  85.     MaxLength = 3
  86.     TabOrder = 2
  87.   end
  88. end
  89.